{% extends 'base_dashboard.html' %} {% block title %}Proctor queue — {{ site_settings.institute_name }}{% endblock %} {% block content %}

Live proctor sessions

Candidates who paid and need an unlock code during a video meeting

{% for app in applications %} {% empty %} {% endfor %}
Candidate Program Status Attempts left
{{ app.candidate.get_display_name }}
{{ app.candidate.email }}
{{ app.program.title }} {{ app.get_status_display }} {{ app.attempts_remaining }} Create unlock code
No candidates waiting for proctoring.
{% endblock %}